home *** CD-ROM | disk | FTP | other *** search
/ Tears Of The Sun Press Kit / Tears of the Sun Press Kit.iso / mac / Acrobat Reader 5 / PrintDialogPDE.plugin / Contents / Info.plist next >
Extensible Markup Language  |  2001-09-10  |  1KB  |  39 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleExecutable</key>
  8.     <string>PrintDialogPDE</string>
  9.     <key>CFBundleIdentifier</key>
  10.     <string>com.appvendor.print.pde.PrintDialogPDE</string>
  11.     <key>CFBundleInfoDictionaryVersion</key>
  12.     <string>6.0</string>
  13.     <key>CFBundleName</key>
  14.     <string>PrintDialog PDE</string>
  15.     <key>CFBundlePackageType</key>
  16.     <string>BNDL</string>
  17.     <key>CFBundleShortVersionString</key>
  18.     <string>1.0</string>
  19.     <key>CFBundleSignature</key>
  20.     <string>????</string>
  21.     <key>CFBundleVersion</key>
  22.     <string>1.0</string>
  23.     <key>CFPlugInDynamicRegistration</key>
  24.     <string>NO</string>
  25.     <key>CFPlugInFactories</key>
  26.     <dict>
  27.         <key>DFC01D58-0C4A-11D5-BB77-003065500EB8</key>
  28.         <string>PrintDialogPDEPluginFactory</string>
  29.     </dict>
  30.     <key>CFPlugInTypes</key>
  31.     <dict>
  32.         <key>BCB07250-E57F-11D3-8CA6-0050E4603277</key>
  33.         <array>
  34.             <string>DFC01D58-0C4A-11D5-BB77-003065500EB8</string>
  35.         </array>
  36.     </dict>
  37. </dict>
  38. </plist>
  39.